The online racing simulator
Searching in All forums
(953 results)
Drift King CZ
S3 licensed
Yes, he could get more people into devs team, but I guess he doesn't want to (at least I think so, otherwise there would be already a huge team), although someones would do it for free, maybe. Maybe not and Scawen would have to pay them and LFS didn't make him millionar, so... or he just wants to do it on his own, no matter what.
Drift King CZ
S3 licensed
Amazing layout!

Don't push on Scawen so hard, he just released one patch. He's trying to fix all the bugs, although many people would give precedence to big things like the autocross objects, VW Scirocco, falling bodykit parts & wings... Just reconcile with it. There's no way how Scawen can do all these things together and in a small time slot like half a year, or a year (which is a small time slot when working on game like LFS).

BTW, patch discussion in layout thread .
Drift King CZ
S3 licensed
I hope Scawen will get inspired by these track modders. I think he already said he wants to improve autocross objects and I would imagine under that these texture curbs - or maybe not only texture, maybe real modificable curbs, that would be extra super. And then some objects, like a tribune or something. It really helps for orientation at autocross track. As example is the PMD's Long Beach layout on BL3. Too bad .wld mod doesn't work online on dedi server, or at least when I tried it on 500servers server (the wld file was on ftp too and I had it too) and still, it gave me an error - something like OOS - JOOS, or OBJS or I don't remember now. I tried the same on non-500servers server and there was the error too...
Drift King CZ
S3 licensed
It's not wld, only textures edit.
Drift King CZ
S3 licensed
Quote from TexasLTU :Everyone is drifting when they're pissed off by racing. Even me.

And everyone is racing when he's pissed off of drifting. Even drifters .

Well, although it isn't a drift team, you still can drift and compete in drift events, can't you?
Last edited by Drift King CZ, .
Drift King CZ
S3 licensed
As boothy said .
Drift King CZ
S3 licensed
New piece is home since today's morning.
Drift King CZ
S3 licensed
Strange, in FF 3.5 the link is
http://"http//www.btpmovies.com"

Drift King CZ
S3 licensed
Very emotional !
BTW check the link on BigTime Productions image.
Drift King CZ
S3 licensed
Before they confirmed my destroyed G25, they wasn't sure about if it's broken enough, but finally other person there told that it's crashed very well and by the way totman1, no, USB wouldn't be enough, as he said.

Sponge, better read first than post. I can show them the video and nothing will happen - they wanted to destroy it like this, so this only would be as a proove that I really did it or so...
Drift King CZ
S3 licensed
Which was done as you can see on the video and the picture.
Drift King CZ
S3 licensed
Quote from trebor901 :i take it the G25 wasnt in warranty still then, as if it was you shouldnt need to destroy it to get a new one if its broken and still in warranty

Basically, it still was in warranty, but unfortunately ma dad lost is, same as an email with a note where he bough it (eshop). At 1st I mailed on global Logitech support with my Product ID and Part Number, if they can tell me where was the wheel bought - it would help a lot and in final we would get the warranty paper again. But on Czech Logitech hotline they offered this way, so...

EDIT:
Sorry about double-post.
Drift King CZ
S3 licensed
Only shifter from inside. And they will send it ONLY if this wheel will be - as they said "broken, destroyed". Now only they will judge if it's destroyed enough. If not, I will finish it somehow.
Drift King CZ
S3 licensed
Yes, I know that my handling was a little dangerous, but what was done was done.

And hammer wouldn't have too much different effect, I mean how dangerous is it or so... Actually, I used hammer too. The other side of the meat-chopper is hammer which I used to break shifter.
My Logitech G25 destruction
Drift King CZ
S3 licensed
Thanks, fixed .
Drift King CZ
S3 licensed
Super quality vid. Nice graphics and colors!
Drift King CZ
S3 licensed
Last edited by Drift King CZ, .
Drift King CZ
S3 licensed
3rd June, 2009 update:

eTS.Mad
ish (xMadish) joined the team!

We have finally persuaded Madish to join our team, it will be great to have one of drivers like him in the team. But who is Madish? Enthusiastic who kept playing racing games since being a child so today he has a lot of experience with racing in any racing class in any racing games including F1, GT, Porsche Carrera cup, CART, Nascar, Rally, go-karting and so on. Also he belonged to the top 3 drivers in rFactor league in Czech Republic (in F1 and Formula Nippon) but at the end of 2007 he quit.

Today he's back, with Team eNETiS!
Drift King CZ
S3 licensed
Find in server.php (line 300 in default server.php file)
echo "{$strServer}: <strong><a href=\"lfs://|" . get_clearHostname($output["Name"]) . "|0|" . $output["Version"][0] . $output["Version"][1] . "|/\"" . get_hostname($output["Name"]) . "</a></strong><br />\n";

The whole block looks like this:
// Print out what we did ;-)
echo "<body bgcolor=\"$bgColor\"><font face=\"Verdana\" size=\"2\">";
foreach($server as $output) {
if($output["Version"] == "") {
for($j = 0;$j < $i; $j++) next($server);
echo "{$strServer}: <strong>" . get_hostname(key($server)) . "</strong><br />\n{$strStatus}: <strong><font color=\"#C60000\">{$strOffline}</font></strong><br /><br />\n";
$i++;
}
else {
echo "{$strServer}: <strong><a href=\"lfs://|" . get_clearHostname($output["Name"]) . "|0|" . $output["Version"][0] . $output["Version"][1] . "|/\"" . get_hostname($output["Name"]) . "</a></strong><br />\n";
if($showInfo[0] == 1)
echo "{$strVersion}: " . $output["Version"] . "<br />\n";
if($showInfo[8] == 1)
echo "{$output["Access"]}<br />\n";
if($showInfo[9] == 1)
echo "{$strServerRules}:<br />\n<ul>" . $output["Rules"] . "</ul>\n";
if($showInfo[2] == 1)
echo "{$strTrack}: " . $output["Trackconfig"] . "<br />\n";
if($showInfo[3] == 1)
echo "{$strCars}: " . $output["Cars"] . "<br />\n";
if($showInfo[6] == 1)
echo "{$strRacelength}: " . $output["Laps"] . " " . $output["LapsHours"] . "<br />\n";
if($showInfo[5] == 1) {
if($output["Qualmins"] == '0')
$showQual = $strNone;
else
$showQual = $output["Qualmins"];
echo "{$strQualification}: " . $showQual . "<br />\n";
}
if($showInfo[1] == 1)
echo "{$strPlayersConnected}: " . $output["PlayersOn"] . "/" . $output["MaxPlayers"] . "<br />\n";
if($showInfo[7] == 1) {
if($output["Racers"] == '')
$showRacers ="  {$strNone}";
else
$showRacers = $output["Racers"];
echo "{$strRacersOnline}:<br />". $showRacers . "\n";
}
echo "<br /><br />";
$i++;
}
}

Replace the line 300 with
echo "{$strServer}: <strong><a href=\"http://www.lfsworld.net/pubstat/live_progress.php?host=" . get_clearHostname($output["Name"]) . "\">" . get_hostname($output["Name"]) . "</a></strong><br />\n";

If you want the link open in a new window or panel, replace with
echo "{$strServer}: <strong><a href=\"http://www.lfsworld.net/pubstat/live_progress.php?host=" . get_clearHostname($output["Name"]) . "\" target=\"_blank\">" . get_hostname($output["Name"]) . "</a></strong><br />\n";

If you want, you can post here code of your server.php file and I will do it.
Last edited by Drift King CZ, .
Drift King CZ
S3 licensed
Ah, I see.

Do you want to put it here as a link on "MaksNet & SERT"? The default link on hostname is like: lfs://|MaksNet%20%26%20SERT|0|S2|/, so you actually want to change this link or am I wrong? I want to know what exactly do you want. This, or add a next other link somewhere else, which will lead to the server status page?
Drift King CZ
S3 licensed
Quote from nesrulz :Anyone know how I can put url on server name?
Example: MaksNet & SERT DEMO

Thx.

What do you mean? Like this?
<a href="http://www.lfsworld.net/pubstat/live_progress.php?host=MaksNet+%26+SERT+DEMO">MaksNet & SERT DEMO</a>

But I think that weren't on your mind.
Drift King CZ
S3 licensed
Flying? No shadows under cars.
FGED GREDG RDFGDR GSFDG